home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-09-17 | 891 b | 42 lines | [TEXT/MPS ] |
- ;
- ; Glue.a PortList
- ;
- ; This code is the property of Delta Tao Software, Inc.
- ; If you distribute this code or any derivative of it in any fashion
- ; we may and will come after your ass and take everything you have
- ; and everything you will every get anywhere in the universe for
- ; all of time.
- ;
- ; **Warning** this code is god-like and perfect. When we work
- ; on it choirs of angels gather around and sing. Mortals must keep
- ; out. This code is so blindingly beautiful that your eyes will melt
- ; if you look at it.
- ;
- ; Copyright (C) 1993 Delta Tao Software, Inc. All rights reserved.
- ; Use by license only. 408-730-9336.
- ;
-
-
- CASE ON
- BLANKS ON
-
-
- PROC
-
- EXPORT GetGlobals
- GetGlobals
- LEA globals,A0
- MOVE.L A0,D0
- RTS
-
- globals
- DC.L 0
- DC.L 0
- DC.L 0
- DC.L 0
- DC.L 0
- DC.L 0
-
-
- END
-